'Declaration Public Function New( _ ByVal values() As System.Single _ )
public Matrix5x4( System.float[] values )
Parameters
- values
- The values to assign to the components of the Matrix5x4. This must be an array with 20 elements.
'Declaration Public Function New( _ ByVal values() As System.Single _ )
public Matrix5x4( System.float[] values )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when values is null . |
System.ArgumentOutOfRangeException | Thrown when values contains more or less than sixteen elements. |